home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 3 / Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso / music2 / mepody.exe / HURRAY1.C < prev    next >
C/C++ Source or Header  |  1992-01-23  |  262b  |  7 lines

  1. #include <dos.h>
  2. int melody[][2] = {
  3. {  0,  0},{  0, 75},{262, 75},{  0, 75},{  0, 75},{  0, 75},{262, 75}
  4. ,{  0, 75},{262,150},{247,150},{220,150},{196,450},{247,300},{294,150}
  5. ,{440,450},{  0, 75},{440,450},{  0, 75},{440,450},{  0,150}};
  6. #define MAX 19
  7.